home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
util
/
cdity
/
ModeProSrc.lha
/
Daemon
/
Backfill.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-08-02
|
565b
|
27 lines
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef GRAPHICS_GFX_H
#include <graphics/gfx.H>
#endif
#ifndef GRAPHICS_CLIP_H
#include <graphics/clip.h>
#endif
struct BackFillMsg
{
struct Layer *Layer;
struct Rectangle Bounds;
LONG OffsetX;
LONG OffsetY;
};
// 1
struct Hook *Image_AllocBackfillHook(struct Screen *Scr, struct DefaultNode *DN);
void Image_FreeBackfillHook(struct Hook *Hook);
// 2
struct Hook *RGB_AllocBackfillHook(struct Screen *Scr, struct DefaultNode *DN);
void RGB_FreeBackfillHook(struct Hook *Hook);